Previously we skipped those listed in variable $(subdir-), only
including those in the more explicit $(subdir-n).
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
include Makefile
# Ensure each subdirectory has exactly one trailing slash.
-subdir-n := $(patsubst %,%/,$(patsubst %/,%,$(subdir-n)))
+subdir-n := $(patsubst %,%/,$(patsubst %/,%,$(subdir-n) $(subdir-)))
subdir-y := $(patsubst %,%/,$(patsubst %/,%,$(subdir-y)))
# Add explicitly declared subdirectories to the object list.